@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
@import "https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700&display=swap";
@import url("https://use.typekit.net/uwa8ort.css");

form {
    font-size: 16px;
}

body {
    font-family: 'muli', sans-serif;
    letter-spacing: .01em;
    line-height: 1.4em;
    color: #1a1d1f;
}
/* General */
p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 .3em;
    color: #1a1d1f;
    font-family: 'muli', sans-serif;
}

/* Headings */
    .container h3, h3 {
    color: #0775aa;
    font-size: 1.4em;
    line-height: 30px;
    font-weight: 700;
}

h1 {
    color: #0775aa;
    font-size: 40px;
}

h2 {
    color: #0775aa;
    font-size: 30px;
}

h3 {
    color: #0775aa;
}

h4 {
    color: #0775aa;
}

h5 {
    color: #0775aa;
}
.h2-sub-heading {
    font-size: 28px;
}
/* Links */
a {
    background-color: transparent;
    transition: all .25s ease;
    color: #0775aa;
    /* font-weight: bold; */
    text-decoration: underline;
}
a:focus, a:hover {
    color: #333;

}
a:focus {
    
    outline: 2px solid #1A1D1F !important;
}
/* Buttons & Inputs */
.btn {
    text-shadow: none;
}

button, input[type=button], input[type=reset], input[type=submit], #ctl00_mCPH_lnkCancelDetail {
    padding: .625rem 3rem .625rem 3rem;
    color: #15181a;
    background-color: #fff;
    background-image: none;
    font-family: 'muli', sans-serif;
    letter-spacing: .025em;
    vertical-align: bottom;
    line-height: 1em;
    /* height: 40px; */
    border: 2px solid #353639;
    border-radius: 30px;
    font-size: 20px;
}

/* Breaks devexpress date edit */
/* button:focus, input[type=button]:focus, 
input[type=checkbox]:focus, 
input[type=email]:focus, 
input[type=password]:focus, 
input[type=reset]:focus, 
input[type=search]:focus, 
input[type=text]:focus, 
input[type=url]:focus, 
select, select.form-control, 
textarea:focus {
    border: solid 1px #888888 !important;
    outline: none;
} */

.form-control:focus {
    outline: solid 2px #888888;
}

input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], textarea, textarea.form-control {
    color: #323133;
    /* letter-spacing: .035em; */
    /* padding: 5px 10px; */
    /* height: 38px; */
    background-color: #7c006b;
    /* font-size: 17.14288px; */
    /* line-height: 1.46667; */
    color: #685e5e;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.input-sm {
    height: 38px !important;
    background-color: #0775aa30 !important;
}

.btn-primary {
    background-color: #0775aa !important;
    border-color: #353639 !important;
}
.btn-primary:focus {
    color: #15181a;
    outline: 2px solid #1A1D1F !important;
}

input[type=checkbox], input[type=radio] { 
   /* -webkit-appearance: none;    */
  background-color: #0775aa45;  
  border: none;  
 padding: 11px;  
  margin: 5px 15px;  
  border-radius: 0; 
  border: 1px solid;  
  display: inline-block; 
  position: relative; 
  vertical-align: middle; 
}  
.btn-default:focus {
    outline: 2px solid #1A1D1F !important;
}

button, input, textarea {
outline: none;
}

.btn-link {
    color: #0775aa;
    font-size: 14pt;
}

/* Container 
--------------------------*/
@media (min-width: 1200px) {
    .container {
        /* width: 1298px; */
        width: 90%;
    }
}
/* #ctl00_CustomWrapper {
    padding-top: 16px;
    padding-bottom: 16px;
} */
/* Header 
--------------------------*/
.social-logo {
	width: 45px;
}
#pnlAltHeaderRight {
	display: none;
}
.navbar #nav > .active > a {
    color: red;
	background-color: Yellow;
}
#HeaderLink > img {
	padding: 10px 0;
	width: 27.51rem;
}
.brent-login-link {
    font-weight: 400;
    font-size: 15.96px;
    padding: 24px 16px;
    float: right;
	background-color: #0775aa;
	color: #fff;
}
#ctl00_ctl17_LoginLink:hover {
    color: #0775aa !important;
    background-color: #ddd !important;
}
#ctl00_MainDiv > div.sitemap > div > div > a:hover {
	color: #fff;
}
.alert-danger {
	color: #000;
}
/* Footer 
--------------------------*/

.footer {
	background-color: #0775aa;
}
.footer-p {
	color: #fff;
	padding: 2px 0;
}
.footer-text {
	text-align: center;
	margin-top: 20px;
    margin-bottom: 20px;
}
#footer > div.container > div > div.col-md-5 > div > p:nth-child(3) > a {
	color: #fff;
	text-decoration: underline;
}
#social-icons {
    text-align: center;
    float: right;
    margin-right: 120px;
}
.poweredby-row {
    background-color: #085f8a;
}
#poweredby_p {
    padding: 20px 0;
    margin-bottom: 0;
    color: #fff;
}
#hanlonClient {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
#hanlonClient:focus {
    outline: 2px solid #fff !important;
}
.nav-footer {
    position: relative;
    margin: 20px 0;
    padding-left: 15px;
    padding-right: 15px;
    /* margin-bottom: 0; */
}
.li-inline {
    /* display: inline; */
    padding: 5px;
    list-style-type: none;
}
.li-inline a:focus {
    outline: 2px solid #fff !important;
}
.li-inline a {
    color: #fff;
}
#footerLink > img {
    margin-top: 60px;
    /* width: 20rem; */
}
.icons {
	color: #0775aa;
	background: #ffffff;
	border-radius: 2px;
	font-family: fontawesome;
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding-top: 12px;
	margin: 0 4px;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	font-size: 20px;
	transition: all .5s;
	-webkit-font-smoothing: antialiased;
	font-weight: unset !important;
    text-decoration: none;
    margin-top: 20px;
}

.icons:hover, .icons:focus {
	background: #fff;
	text-decoration: none !important;
	color: #333;

}

/* FA icons */

.icons:nth-of-type(1):before {
	content: '\f09a';
}

.icons:nth-of-type(2):before {
	content: '\f099';
}

.icons:nth-of-type(3):before {
	content: '\f16d';
}

/* Vacancy Overview 
--------------------------*/
#ctl00_mCPH_VacancyJobDescription > p,
#ctl00_mCPH_VacancyDuties > p,
#ctl00_mCPH_VacancyEssentialCriteria > p, 
#ctl00_mCPH_VacancyDesirableCriteria > p, 
#ctl00_mCPH_VacancyAdditionalInformation > p, 
#ctl00_mCPH_VacancyHowToApply > p,
#ctl00_mCPH_VacancyDuties > ul,
#ctl00_mCPH_VacancyEssentialCriteria > ul,
#ctl00_mCPH_VacancyAdditionalInformation,
#ctl00_mCPH_VacancyJobDescription,
#ctl00_mCPH_VacancyDuties,
#ctl00_mCPH_VacancyEssentialCriteria,
#ctl00_mCPH_VacancyHowToApply {
    font-size: 14pt !important;
    font-family: 'muli', sans-serif !important;
    color: #1a1d1f;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.4em;
}
/* -------------------------- */

/* Nav 
--------------------------*/

.nav>li>a:focus, .nav>li>a:hover {
	border-bottom: 1px solid #0775aa;
}

.navbar {
	margin-bottom: unset;
    background-color: #fff;
    box-shadow: 0 1px 10px rgb(96 99 101 / 50%);
}
.navbar-nav {
	float: right;
}
.navbar-inverse .navbar-nav>li>a {
	color: #15181a;
	font-weight: 600;
}
.navbar-inverse {
	border-color: transparent !important;
}
.register-link {
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 700;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	/* background-color: unset !important; */
	/* border-bottom: 1px solid #ccc; */
	color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a.register-link {
	background-color: #fff;
}
/* .loggedout-bs-collapse {
	margin-bottom: 15px;
} */
@media (max-width: 767px) {
	.login-btn-loggedout {
		float: left;
		width: 50%;
	}
	.register-btn-white-loggedout {
		float: right;
        width: 50%;
	}
	.login-btn-loggedout > a {
		margin-right: 15px;
		text-align: center;	
	}
	.register-btn-white-loggedout > a {
		margin-left: 15px;
		text-align: center;	
	}
}
@media (max-width: 767px) {

	.resident-bs-collapse >ul > li:nth-child(4),
	.resident-bs-collapse >ul > li:nth-child(5) {
		border-bottom: 1px solid #ccc;
	}

	.resident-bs-collapse {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {

	.employer-bs-collapse > ul > li:nth-child(4),
	.employer-bs-collapse > ul > li:nth-child(5) {
		border-bottom: 1px solid #ccc;
	}

	.employer-bs-collapse {
		margin-bottom: 20px;
	}
}
#ShowAddressInputButton,
#ctl00_mCPH_ctrl12_SelectLinksPlaceholder > a:nth-child(1),
#TrainingApplicationList {
    display: none;
}
.navhead-header {
	font-size: 3em;
	font-weight: 800;
	color: #004F8B;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.1;
}
/* Mobile navigation { 
-------------------------------------------------- */


.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: unset;
    background-color: #fff;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #0775aa;
}
@media (max-width: 767px) {
	.navbar-header {
		float: right;
    	margin-top: 20px;
	}
	.navbar-nav {
		float: unset !important;
		padding: 20px 0;
		margin: 0px !important;
    }
    #bs-example-navbar-collapse-1 {
        margin-top: 35px;
    }
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-inverse .navbar-toggle {
    border-color: #0775aa;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #ccc;
}
.navbar-inverse .navbar-nav>li>a.register-link:focus,
.navbar-inverse .navbar-nav>li>a.register-link:hover {
	background-color: #004f8b;
    outline: 2px solid #fff;
    color: #fff !important;
}

.navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:hover {
	/* text-decoration: underline; */
	/* color: #fff; */
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    /* color: #fff; */
    background-color: transparent;
}
.navbar-nav > li > a {
	text-decoration: none;
}

/* Sidebar
------------------------ */
.right2 {        
    position: unset !important;
    padding-left: 0 !important;
}    
.sidebar-link {        
    text-decoration: none;    
}

@media (max-width: 767px) {
	/* #navigationHeader-desktop, .sidebar{
		display: none;
	} */
	

	#navigationHeader-mobile {
		display: block;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #000;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #000000;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #aaa;
	}
}
@media (min-width: 768px) {
		#navigationHeader-mobile {
		display: none;
	}
		#navigationHeader-desktop {
		display: block;
	}
}

/* Login page
-------------------------- */

img#ctl00_mCPH_imgSSL {
    display: none;
}

/* Resident
-------------------------- */

#ProviderNameSearch {
	text-transform: lowercase;
}
#tblAdvisorDetails > tbody > tr:nth-child(3) {
    display: none;
}
#tblAdvisorDetails > tbody > tr:nth-child(4) {
    background-color: #f9f9f9;
}
/* #ctl00_mCPH_lnkCancelDetail {
	padding-top: 15px !important;
} */
#ctl00_CustomWrapper > div:nth-child(6) > div.row.controls-row > div {
    text-align: right;
}
#ctl00_mCPH_EditView > h4 {
	font-size: 33.333px;
	line-height: 30px;
    font-weight: 700;
}
.SkillDetailMinLabel, .SkillDetailMaxLabel {
	text-decoration: underline;
	padding-top: 5px !important;
	padding-right: 5px;
}
#sliderValue1306 {
	font-size: 14px;
}
#ctl00_mCPH_tblViewSkill > tbody > tr {
	border-bottom: 1px solid #ccc;
}
.ExtraInformation {
	padding-left: 100px;
}
.YearsDetail {
	margin-bottom: 10px;
}
#pnlAdvancedSubscriptions > div > div > div > div:nth-child(2) > a, #pnlAdvancedSubscriptions > div > div:nth-child(2) {
    display: none;
}
#get-help-list {
	font-weight: bold;
}

#ctl00_mCPH_lblConfirmPassword,
#ctl00_mCPH_Label1,
#ctl00_mCPH_Main > div > div > div.Control > div:nth-child(1) > div > div:nth-child(5) > label,
#ctl00_mCPH_controlContent > div.container > div > div > div > div.col-md-12 > h1,
#ctl00_mCPH_SubmitApplicationButton,
#CreateUserDialog > div > div > div.modal-body > div:nth-child(5) > label,
#CreateUserDialog > div > div > div.modal-body > div:nth-child(6) > label {
	text-transform: lowercase;
}

#ctl00_mCPH_lblConfirmPassword:first-letter, 
#ctl00_mCPH_Label1:first-letter,
#ctl00_mCPH_Main > div > div > div.Control > div:nth-child(1) > div > div:nth-child(5) > label:first-letter,
#ctl00_mCPH_controlContent > div.container > div > div > div > div.col-md-12 > h1:first-letter,
#ctl00_mCPH_SubmitApplicationButton,
#CreateUserDialog > div > div > div.modal-body > div:nth-child(5) > label:first-letter,
#CreateUserDialog > div > div > div.modal-body > div:nth-child(6) > label:first-letter {
	text-transform: uppercase;
}


/* Disable homepage content */
/* #EditVacancySkillsButton {
	display: none !important;
} */
.ctl00_mCPH_tvEditSkill_2 a {
    color: #2E6CA3 !important;
}
.dxtvControl_Material a {
    color: #1C1C1E !important;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #737373;
}
#ctl00_mCPH_AddSkillButton, #ctl00_mCPH_AddSkillRequireProofButton {
	margin-top: 10px;
}
.Bottom { display: none !important; }
.h5-text {
	padding-bottom: 15px;
	color: #333;
    font-weight: 600;
    font-size: 19px;
	text-decoration: underline;
}
#vacancyList {
    display: none;
    
}
#ctl00_mCPH_btnDuplicateCheck {
    display: none !important;
}
.alert-info {
	background-color: #1c3a592b;
	border-color: #1c3a592b;
}
#divClientSignup {
	display: none;
}
.wizardSidebar {
	display: none;
}
table.wizardGeneralItem td {
	width: 380px !important;
}
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_tblProfileSingle_164 > tbody > tr > td {
	padding: 5px;
}

table.contact {
	width: 100%
}
#ctl00_mCPH_pageContent > div > div:nth-child(3) > div.row > div > div > div > a {
	font-weight: 600;
}
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_rdoMainContact_Row1_Cell2,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_rdoMainContact_Row2_Cell2,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_rdoMainContact_Row3_Cell2,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_rdoMainContact_Row4_Cell2,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_rdoMainContact_Row5_Cell2,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_chkDeleteContact_Row_Row2,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_chkDeleteContact_Row_Row3,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_chkDeleteContact_Row_Row4,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_chkDeleteContact_Row_Row5 {
	width: unset !important;
	padding: 11px !important;
}

#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_txtForename_Row1_Cell0,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_txtSurname_Row1_Cell1 {
	height: 36px;
}

table.contact input {
	width: 190px !important;
	padding: 5px;
    margin: 3px;
}

#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_tblSiteContact > tbody > tr:nth-child(1) > th:nth-child(3),
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_tblSiteContact > tbody > tr:nth-child(2) > td:nth-child(3),
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_tblSiteContact > tbody > tr:nth-child(3) > td:nth-child(3),
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_tblSiteContact > tbody > tr:nth-child(4) > td:nth-child(3),
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_tblSiteContact > tbody > tr:nth-child(5) > td:nth-child(3),
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_tblSiteContact > tbody > tr:nth-child(6) > td:nth-child(3) {
	text-align: center;
}
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_tblSiteContact > tbody > tr:nth-child(3) > td:nth-child(7) > span {
    display: none;
}

#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz > tbody > tr > td:nth-child(2) > table > tbody > tr:nth-child(1) > td > table.wizardGeneralItem > tbody > tr > td.mandatory,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz > tbody > tr > td:nth-child(2) > table > tbody > tr:nth-child(1) > td > table.wizardGeneralItem > tbody > tr > td.prompt,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz > tbody > tr:nth-child(1) > td > table.wizardGeneralItem > tbody > tr > td.mandatory,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz > tbody > tr:nth-child(1) > td > table.wizardGeneralItem > tbody > tr > td.prompt {
    width: 100% !important;
    background-color: #0775aa;
}
table.dataTable thead .sorting:after {
    opacity: 0.5 !important;
}
.ui-widget-content {
    border: 1px solid #505050;
}
.enterprise-wizard-item-title {
	color: #fff !important;
}

#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_tblSiteContact > tbody > tr:nth-child(1) > th:nth-child(3) {
	max-width: 100px;
}

#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_txtWorkEmail_Row1_Cell3,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_txtWorkEmail_Row2_Cell3,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_txtWorkEmail_Row3_Cell3,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_txtWorkEmail_Row4_Cell3,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_txtWorkEmail_Row5_Cell3,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_txtWorkEmail_Row6_Cell3,
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_txtWorkEmail_Row1_Cell2 {
	width: 350px !important;
}
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_tblSiteContact > tbody > tr:nth-child(1) > th:nth-child(3),
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_tblSiteContact > tbody > tr:nth-child(1) > th:nth-child(4),
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_tblSiteContact > tbody > tr:nth-child(1) > th:nth-child(5),
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_tblSiteContact > tbody > tr:nth-child(1) > th:nth-child(6) {
	color: #15181a !important;
}
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_FinishNavigationTemplateContainerID_FinishButton {
    background-color: #fff !important;
    border: 2px solid #353639;
    background-image: none;
    -webkit-box-shadow: none;
    border-radius: 30px;
    letter-spacing: .03 em;
    font-size: 20px;
    font-family: 'muli', sans-serif-reg;
    color: #15181a;
    padding-top: 6px;
    line-height: 1em;
    /* box-shadow: 0px 2px 2px 1px #7b7b7b99; */
    text-decoration: none;
    padding: .625rem 3rem .625rem 3rem;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
}

.carousel-indicators .active {
    width: 17px;
    height: 17px;
    background-color: #0775aa;
}
.carousel-inner > .item {
    height: 500px;
    background-size: cover;
}

.carousel-item {
    width: 50%;
    height: auto;
    background-color: #0775aae0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
}

.carousel-item-link {
    text-align: center;
}

.carousel-item-text {
    padding: 30px;
    padding-top: 20px;
}

.carousel-item-text > p {
    padding-right: 10px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.carousel-item-text > h1 {
    color: #fff;
    text-align: center;
}
.intro-header {
    text-align: center;
    margin-bottom: 35px;
}
.panel-text {
    font-size: 25px;
}
.panel {
    border-radius: 0;
}
.panel-title {
    font-size: 28px !important;
    color: #0775aa;
    font-weight: bold;
}

.panel > h5 {
    font-size: 28px;
}
.panel-body {
    padding: 25px;
}
.action-panel {
    min-height: 350px;
}

.action-panel-button {
    font-size: 22px;
}
.panel-cell {
    background-color: #ffffff;
    border: 2px solid #0775aa;
}
.cell-img {
    width: 70px;
    float: left;
}
.cell-title {
    width: 100%;
    padding-left: 80px;
    padding-top: 10px;
    min-height: 130px;
}
.panel3 {
    background-color: #fff;
    border: 2px solid #BDBDBD;
    border-radius: 7px;
    border-color: #BDBDBD !important;
    padding: 30px 10px;
}
.employer-dashboard-row-titles {
    color: #15181a !important;
    font-size: 1.6em !important;
    margin: 40px 0;
    line-height: 30px;
    font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1400px) {
    #ctl00_mCPH_pnlEditDetail > table > tbody > tr > td:nth-child(1) > table > tbody > tr > td > div.TreeViewContainer {
        max-width: 330px;
    }
}
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_tblSiteContact > tbody > tr:nth-child(1) > th:nth-child(7) {
    display: none;
}
#vacancyList > div:nth-child(3) > div:nth-child(2), #vacancyList > div > div:nth-child(2),
#tblAppliedVacancies > thead > tr > th:nth-child(3), #tblAppliedVacancies > tbody > tr.odd > td:nth-child(3), #tblAppliedVacancies > tbody > tr.even > td:nth-child(3) {
    display: none;
}
#vacancyList > div:nth-child(3) {
    margin-bottom: 15px;
}
.news-title {
    padding-left: 5px;
    padding-top: 5px;
    font-size: 20px !important;
    color: #076B9D;
}
.news-title a {
    color: #076B9D;
}
.news-title a:focus {
    outline: 2px solid #1A1D1F;
}

.news-date {
    padding-left: 5px;
    padding-top: 5px;
}

.news-items {
    max-height: 430px;
    overflow-y: auto;
    padding-top: 40px;
}

.news-item {
    height: auto;
}

.news-item-grey {
    background-color: #ecf0f1;
}

.news-item-color {
    background-color: #deeaf1;
}

.partner-img {
    display: inline-block;
    margin: 5% 0% 5% 0%;
}
.image-box {
    position: relative;
    height: 170px;
}
.inner-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.grey-background {
    background-color: #f3f3f3;
}
/* Sitemap */
.sitemap-link{
    /* font: 87.5%/1.5 "RalewayMedium",Arial,Helvetica,sans-serif; */
    letter-spacing: .035em;
	color: #fff;
    font-size: 15px;
	vertical-align: center;
	text-decoration: underline;
}

.sitemap {
	background-color: #0775aa; 
	height: 40px;
}

.sitemap-inner {
	padding-top: 12px;
	padding-left: 10px;
}
#PageContent > div:nth-child(3) > table > tbody > tr:nth-child(3) {
	display: none;
}
.sitemap-divider{
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	height: 16px;
	letter-spacing: 0.49px;
	line-height: 16px;
	vertical-align: baseline;
	display: inline-block;
    opacity: .7;
    margin: 0 .21428571rem;
}

/* Disable footer */
#aspnetForm > div.Bottom{
	display: none;
}

/* Horizontal Navigation */

@media (min-width: 720px){	
.brent-navbar-container {
	/* width: 1220px; */
}
}

/* Hide old nav bar */
#DefaultNavBar {
	display: none;
}

.brent-login-link{
	background-color: #0775aa;
	color: white !important;
}

.brent-navbar {
	background-color: white;
	border-color: white;
	font-size: 13pt;
}

.brent-navbar-nav > li > a {
		padding: 24px 20px;
		color: #333 !important;
}

.brent-navbar-nav:not(brent-login-listitem) > li > a:hover{
	color: #0775aa !important;
}

.brent-navbar-nav > li:hover{
	background-color: #f6f6f6;
}


/* #navbar > ul > li:nth-child(6) > a:hover { */
	/* color: white !important; */
	/* background-color: #0775aa !important; */
/* } */

#toggle-dashboard {
	display: none;
}

/* Vertical Navigation */

 ul#ctl00_mCPH_VerticalNavigationBar_VerticalNavigationPopulation.toggledash>li>a,
    ul#ctl00_mCPH_VerticalNavigationBar_VerticalNavigationPopulation>li#toggle-dashboard {
        display: none;
    }
	
#ctl00_mCPH_VerticalNavigationBar_VerticalSidebarNavigation:after {
    content: "";
    clear: both
}

#ctl00_mCPH_VerticalNavigationBar_VerticalSidebarNavigation {
    overflow: hidden
}

.sidebar-nav .navbar ul>li>a{
	display: block;
	background-color: #7c006b;
	margin-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: 400px;
	font-size: 30px;
	padding: 13px 8px 8px !important;
	text-align: center;
	line-height: 1em;
	cursor: pointer;
	color: #fff !important;
	    font-family: 'muli', sans-serif;
}

.sidebar-nav .navbar-default .navbar-nav > .active > a {
		background-color: #F1E0F0 !important;
}

.sidebar-nav .navbar ul>li>a:hover{
	background-color: #F1E0F0 !important;
}

.sidebar-nav .navbar ul>li>a> .active{
	background-color: #F1E0F0 !important;
}

/* Apprenticeships */
#ctl00_mCPH_DynamicContentPlaceholder > div > div:nth-child(5) > div > table > tbody > tr:nth-child(1) > th {
    border-top: unset;
    border-bottom: 2px solid #ddd;
}
#ctl00_mCPH_DynamicContentPlaceholder > div > div:nth-child(5) > div > table > tbody > tr:nth-child(1) {

}


.text-info {
	color: #1a1d1f!important;
	font-weight: 500;
}

.leftLabel {
    color: #0775aa;
}



/* JQuery UI */
.ui-dialog-title {
    font-size: 25px!important;
    font-weight: 400;
    font-family: 'muli', sans-serif;
}

.ui-dialog .ui-dialog-content, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: 'muli', sans-serif-reg!important;
    font-size: 20px!important;
}

.ui-dialog input[type=email], .ui-dialog input[type=search], .ui-dialog input[type=text], .ui-dialog input[type=url], .ui-dialog textarea {
    background-color: #fff;
}

.ui-dialog .ui-dialog-content, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: 'muli', sans-serif-reg!important;
    font-size: 20px!important;
}

.ui-dialog .ui-dialog-buttonpane button {
    font-size: 20px!important;
    font-weight: 400;
    font-family: 'muli', sans-serif-reg;
    padding: .3em .6em .1em;
}

.ui-dialog button, .ui-dialog input[type=button], .ui-dialog input[type=reset], .ui-dialog input[type=submit] {
    background-color: #0775aa;
    color: #fff;
}
.ui-button-text:hover,
.ui-button-text-only:hover {
    color: #15181a !important;
}
.ui-dialog button:hover, .ui-dialog input[type=button]:hover, .ui-dialog input[type=reset]:hover, .ui-dialog input[type=submit]:hover {
    background-color: #472B8A;
	color: #fff;
}

.ui-dialog .ui-dialog-content, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: 'muli', sans-serif-reg!important;
    font-size: 20px!important;
}
.ui-datepicker .ui-datepicker-header,
.ui-datepicker th,
.ui-datepicker td .ui-state-default {
    color: #757575;
}
.ui-datepicker td .ui-state-active {
    color: #333 !important;
}
.ui-datepicker td .ui-state-hover {
    color: #fff;
}
/* Client work history overrides */
#btnAddNew {
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
    background-color: #0775aa;
}

.referenceEmpty {
    padding: 4px;
    color: Red;
}

#ctl00_mCPH_refContainer, #ctl00_mCPH_workHistoryCurrent, .existingQualificationList {
    overflow-y: scroll;
    width: 100%;
}

table.tblWorkHistory {
    min-width: 800px;
	   width: 100%;
}

.workHistoryPosition, .workHistoryReasonForLeaving {
    width: 100%;
    max-width: 550px;
	height: 100px;
}

/* Login */

#ctl00_mCPH_mLoginCtrl_pnlClientOptions {
	padding-top: 20px;
}

#ctl00_mCPH_mLoginCtrl_pnlLogin > table > tbody > tr:nth-child(6) > td {
	padding-top: 15px;
}

#ctl00_mCPH_divHeader {
	display: none;
}

/* Skills page */
div.SkillDetailExperienceLabel {
    margin-top: 10px;
    /* font-style: italic; */
    font-weight: normal;
    font-size: 9pt;
}

div.RatingDetail {
    margin-top: 5px;
    height: 15px;
    font-size: 8pt;
}

div.SkillDetailExperienceLabel {
    margin-top: 10px;
    /* font-style: italic; */
    font-weight: normal;
    font-size: 9pt;
}

div.YearsDetail {
    margin-top: 5px;
    font-size: 8pt;
}

.ui-slider .ui-slider-range {
    background-image: -webkit-linear-gradient(top, #968dad, #968dad);
}

#searchButton, .btn-primary, .dxbButton {
    background-color: #fff !important;
    border: 2px solid #353639;
    background-image: none;
    -webkit-box-shadow: none;
    border-radius: 30px;
    letter-spacing: .03 em;
    font-size: 20px;
    font-family: 'muli', sans-serif-reg;
    color: #353639;
    padding-top: 6px;
    line-height: 1em;
	/* box-shadow: 0px 2px 2px 1px #7b7b7b99; */
    text-decoration: none;
    padding: .625rem 3rem .625rem 3rem;
}
.btn-primary:hover {
    color: #fff;
    background-color: #353639 !important;
}

.action-panel-button {
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.action-button .action-panel-button {
    width: 100%;
}
.fa-chevron-right {
    padding-left: 24px;
    position: absolute;
    margin-top: 1px;
    font-size: 19px !important;
}
/* Resident account page */
#VacancyApplicationList{
	padding-top: 10px;
}

#personalDetails{
	padding-top: 10px;
}

#ctl00_mCPH_pnlUpdate select#ctl00_mCPH_ddlRegistrationWizard {
    background-color: #fff;
}

#ctl00_mCPH_ddlRegistrationWizard {
    margin-bottom: 15px;
}

#ctl00_mCPH_lnkSaveQuestionnaire, #ctl00_mCPH_pnlUpdate input[type=button], #ctl00_mCPH_pnlUpdate input[type=submit], input[type=button]#adAreas, input[type=button]#adSectors, input[type=button]#adTypes, input[type=button]#ClearButton, input[type=button]#clrAreas, input[type=button]#clrSector, input[type=button]#clrTypes, input[type=submit]#ctl00_mCPH_UploadButton {
    background-color: #0775aa;
}

/* Provider directory page */
#ProviderNameSearchButton {
    background-color: #0775aa !important;
}

button:active, button:focus, button:hover, input[type=button]:active, input[type=button]:focus, input[type=button]:hover, input[type=checkbox], input[type=email], input[type=password], input[type=radio], input[type=reset]:active, input[type=reset]:focus, input[type=reset]:hover, input[type=search], input[type=submit]:active, input[type=submit]:focus, input[type=submit]:hover, input[type=text], input[type=url], select, select.form-control, textarea {
    /* background-color: #F1E0F0 !important */
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    /* outline: unset !important; */
    outline: 2px solid #888888 !important;
}

#providerDetailsWrapper {
    overflow-y: auto;
    max-height: 40em;
}
#providerDetailsWrapper {
    background-color: #fff;
    box-shadow: 1px 1px 6px 1px #797979;
}

label {
	font-weight: normal !important;
}

/* Client vacancy search */
#vacancySearchSection {
	padding-top: 10px;
}

#backToResults {
	padding-top: 10px;
}

#ctl00_mCPH_ctrlVacancySearch_Public1_txtApply{
	width: 100%
}

#ctl00_mCPH_ctrlVacancySearch_Public1_txtApplyArrangements {
	width: 100%
}

#btnApplyForJobClose{
	background-color: #0775aa !important;
    border-color: #0775aa !important;
	    font-size: 25px;
    font-family: 'muli', sans-serif-reg;
    color: #fff;
}

/* Datatables */
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0775aa;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #0775aa;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0775aa;
    border-color: #0775aa;
}

/* Enterprise Wizards */
.wizardSidebar {
    background-color: #0775aa !important;
}

div.controlmain a {
    color: #505050;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.33px;
    text-decoration: underline;
    line-height: 24px;
}

#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz > tbody > tr > td:nth-child(2) {
	/* background-color: #F0E0F0; */
}
/* #aspnetForm > div.Main > div:nth-child(5) > div:nth-child(1) > div > a { */
	/* display: none; */
/* } */
td.mandatory {
	width: 140px !important;
	font-size: 18px !important;
}
.protip-skin-default--scheme-leaf.protip-container {
	background-color: #006699 !important;
}
.protip-arrow {
	border-color: transparent #006699 transparent transparent !important;
}
.mbclbCheckListBox {
	width: 500px !important;
}
#ctl00_mCPH_thrEditQuestion {
	font-size: 25px;
}

table.wizardGeneralItem td {
	 display: block; /*this will make the field display below the field title */
}
#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz > tbody > tr > td > table.wizardGeneralItem > tbody > tr > td {
	font-size: 15px !important;
	color: #000 !important;
}
.wizard {
	background-color: #f3f3f3 !important;
	border-color: #f3f3f3 !important;
}
input.Standard {
	width: 350px !important;
	padding: 5px;
	margin-top: 5px;
	font-size: 17.14288px !important;
}
.wizard .pop .pop_toggle {
    background-image: none;
    width: 38px;
    height: 38px;
    background-color: #FF9900
}
.wizard .pop .pop_toggle:after {
    content: "?";
    font-weight: 400;
    font-style: normal;
    padding: 5px 2px 0 11px;
    text-decoration: none;
    font-weight: bolder;
    font-size: 30px;
    color: #fff;
    display: block
}
.wizard .active .pop_menu {
    background-color: #d5bfdc;
    z-index: 999;
    left: 32px;
    top: -10px
}
#ctl00_mCPH_ctl00_ctrlRegistrationWizard_wiz_tblSiteContact td {
    padding-bottom: 5px
}
table.profileMultiSelect {
    background-color: transparent!important
}
.profileMultiSelectHeader {
    font-size: 25px
}
.wizardStepStyle {
    font-size: 20px!important
}
#ctl00_mCPH_ctl00_ctrlRegistrationWizard_wiz_pnlProfile_88 table.ProfileNoRepeatSingleItemTable th {
    font-family: 'muli', sans-serif-reg;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    border-right: 1px solid #323133;
    border-bottom: 1px solid #323133;
    border-top: 1px solid #323133;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background-color: #323133
}
#searchButton, .btn-primary, .dxbButton, .btn-secondary, #ctl00_mCPH_lnkSaveQuestionnaire, #ctl00_mCPH_pnlUpdate input[type=button], #ctl00_mCPH_pnlUpdate input[type=submit], input[type=button]#adAreas, input[type=button]#adSectors, input[type=button]#adTypes, input[type=button]#ClearButton, input[type=button]#clrAreas, input[type=button]#clrSector, input[type=button]#clrTypes, input[type=submit]#ctl00_mCPH_UploadButton,
#AddQualificationDialog > div > div > div.modal-footer > button.btn.btn-default {
    background-color: #fff !important;
    border: 2px solid #353639;
    background-image: none;
    -webkit-box-shadow: none;
    border-radius: 30px;
    letter-spacing: .03 em;
    font-size: 20px;
    font-family: 'muli', sans-serif-reg;
    color: #15181a;
    padding-top: 6px;
    line-height: 1em;
    /* box-shadow: 0px 2px 2px 1px #7b7b7b99; */
    text-decoration: none;
    padding: .625rem 3rem .625rem 3rem;
}

#ctl00_mCPH_ctl00_ctrlRegistrationWizard_wiz_pnlProfile_88 table.ProfileNoRepeatSingleItemTable td {
    border-right: 1px solid #323133;
    border-bottom: 1px solid #323133
}

.pop {
	display: none !important;
}

/* Client wizards */


div.WizardElement_Left {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
	background-color: #0775aa;
	height: 25px;
}
div.Mandatory {
	color: #CC0033;
}
div.WizardElement_Left a {
    /* color: #323133 */
	color: #fff;
	margin-left: 5px;
}

.CollapsibleHead {
    color: #15181a;
    font-size: 16px
}

div.Mandatory,
div.WizardInput_Left {
    font-size: 16px
}

div.WizardHint {
    position: fixed;
    right: 15px;
    top: auto;
    font-style: normal;
    color: #ec9500;
    display: inline;
    background: #fff;
    border: none;
    background-color: #fbe9c6;
    padding: 5px 10px;
    bottom: 0
}

table.RegistrationWizardButtons {
    bottom: 15px;
    width: 300px;
    position: unset ;
    bottom: auto;
    right: 100px;
    width: 350px;
    /* background-color: #fff; */
    border: none;
    text-align: center;
    z-index: 1005;
    top: 210px;
    margin-top: 20px;
}

table.RegistrationWizardButtons input {
    width: auto;
    display: block;
    width: 100%;
    margin-bottom: 10px
}

#wizardElements_Layout {
    overflow-y: auto
}

#wizardElements_Layout .CenterItem table.CenterTable {
    width: 280px;
    bottom: 120px
}

#wizardElements_Layout .CenterItem table.CenterTable .WizardButton {
    display: block;
    width: 100%
}

#wizardElements_Layout .CenterItem table.CenterTable {
    width: 350px;
    right: 15px;
    bottom: 250px;
    z-index: 100
}

@media (max-width:992px) {
    #wizardElements_Layout .CenterItem table.CenterTable {
        width: 291px;
        /* position: fixed; */
        right: 15px;
        bottom: 255px;
        z-index: 100
    }
    #wizardElements_Layout {
        width: 66%
    }
    div.WizardHint,
    table.RegistrationWizardButtons {
        width: 30%
    }
    table.RegistrationWizardButtons input {
        font-size: 20px;
        padding: 5px 15px 0
    }
}

@media (max-width:768px) {
    #wizardElements_Layout {
        width: 57%
    }
    div.WizardHint,
    table.RegistrationWizardButtons {
        width: 39%
    }
    div.WizardHint {
        bottom: 0;
        height: 120px;
        overflow-x: scroll
    }
    table.RegistrationWizardButtons {
        bottom: 120px;
        top: auto;
        margin-bottom: 0
    }
    #ctl00_divFooter {
        display: none
    }
    #wizardElements_Layout .CenterItem table.CenterTable {
        width: 280px;
        /* position: fixed; */
        right: 15px;
        bottom: 120px;
        z-index: 100
    }
    #wizardElements_Layout .CenterItem table.CenterTable .WizardButton {
        display: block;
        font-size: 20px;
        width: 100%
    }
}

@media (max-width:550px) {
    #wizardElements_Layout {
        width: 100%
    }
    div.WizardHint,
    table.RegistrationWizardButtons {
        width: calc(100% - 30px);
        left: 15px
    }
    div.WizardHint {
        bottom: 0;
        height: 120px;
        overflow-x: scroll;
        z-index: 100
    }
    table.RegistrationWizardButtons {
        bottom: 120px;
        top: auto;
        margin-bottom: 0
    }
    #ctl00_divFooter {
        display: none
    }
    #ctl00_divCustomFooter {
        padding-bottom: 200px
    }
}

.DataActionImageContainer a {
    display: inline-block;
    background-color: #0775aa;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    padding: 7px 30px 3px;
    text-align: center;
    min-width: 280px
}

.DataActionImageContainer a:hover {
    text-decoration: none;
    background-color: #e3c9e5;
    color: #323133
}

.DataActionImageContainer a img.DataActionImage {
    display: none
}

.DataActionImageContainer a:after {
    /* content: "save" */
}

.bigger {
    font-size: 1.1em
}

div.WizardHintTitle {
    font-weight: 400
}

.profileMultiSelectHeader {
    font-size: 25px
}

.wizardStepStyle {
    font-size: 20px!important
}


#wizardElements_Layout {
    max-width: calc(100% - 40px);
    margin: 0 auto
}

/* #wizardElements_Layout input[type=checkbox], */
/* #wizardElements_Layout input[type=email], */
/* #wizardElements_Layout input[type=password], */
/* #wizardElements_Layout input[type=radio], */
/* #wizardElements_Layout input[type=text], */
/* #wizardElements_Layout select, */
/* #wizardElements_Layout select.form-control, */
/* #wizardElements_Layout textarea, */
/* #wizardElements_Layout textarea.form-control, */
/* input[type=search], */
/* input[type=url] { */
    /* background-color: #F0E0F0; */
/* } */

#wizardElements_Layout input[type=submit].WizardButton {
    margin: 5px 0
}

#wizardElements_Layout button,
#wizardElements_Layout input[type=button],
#wizardElements_Layout input[type=reset],
#wizardElements_Layout input[type=submit] {
    /* background-color: #ec9500 */
}

#wizardElements_Layout button:hover,
#wizardElements_Layout input[type=button]:hover,
#wizardElements_Layout input[type=reset]:hover,
#wizardElements_Layout input[type=submit]:hover {
    /* background-color: #fbe9c6 */
}

#wizardElements_Layout .CenterItem table.CenterTable tbody td {
    display: block
}

#ctl00_mCPH_ctl00_ctrlRegistrationWizard_pnlWizard {
    overflow-y: scroll
}

#wizardElements_Layout .CenterItem table.CenterTable tbody td #ctl00_mCPH_btnExit {
    margin-top: 0
}

#ctl00_mCPH_ctl00_ctrlRegistrationWizard_wiz_StartNavigationTemplateContainerID_StartNextButton {
    float: left;
    margin-left: -10px
}

#ctl00_mCPH_jumpTo{
	display: none;
}

#ctl00_mCPH_lblCurrentRegistrationWizard {
	display: none;
}

/* div.WizardElement { */
    /* padding-top: 15px; */
    /* font-size: small; */
/* } */
/* div.Wizard { */
    /* clear: both; */
    /* margin-left: 15px; */
    /* margin-right: 15px; */
/* } */

/* div.HeaderRowTitle { */
    /* color: rgb(80, 100, 150); */
    /* font-size: large; */
    /* padding-top: 10px; */
    /* margin-bottom: 5px; */
/* } */

    /* div.HeaderRowTitle div.MenuHeader_SmallText { */
        /* color: rgb(80, 100, 150); */
        /* font-size: medium; */
    /* } */

/* div.WizardElement { */
    /* padding-top: 15px; */
    /* font-size: 16pt; */
    /* width: 650px; */
/* } */

/* div.Mandatory { */
    /* color: #CC0033; */
	/* font-size: 16px; */
/* } */

/* #wizardElements_Layout .CenterItem table.CenterTable { */
    /* width: 350px; */
    /* position: fixed; */
    /* right: 15px; */
    /* bottom: 250px; */
    /* z-index: 100; */
/* } */

/* #ctl00_mCPH_jumpTo { */
	/* display: none; */
/* } */

/* #wizardElements_Layout .CenterItem table.CenterTable .WizardButton { */
    /* display: block; */
    /* width: 100%; */
/* } */

/* #wizardElements_Layout .CenterItem table.CenterTable tbody td { */
    /* display: block; */
/* } */

/* #wizardElements_Layout .CenterItem table.CenterTable tbody td #ctl00_mCPH_btnExit { */
    /* margin-top: 0; */
/* } */
/* #wizardElements_Layout .CenterItem table.CenterTable .WizardButton { */
    /* display: block; */
    /* width: 100%; */
/* } */
/* #wizardElements_Layout input[type=submit].WizardButton { */
    /* margin: 5px 0; */
/* } */

/* #ctl00_mCPH_lblCurrentRegistrationWizard { */
	/* display: none; */
/* } */

/* #ctl00_mCPH_CtrlClientRegistrationWizardHeader1_lblCurrentRegistrationWizard{ */
	/* display: none; */
/* } */

/* #wizardElements_Layout > div.HeaderRow > div.HeaderRowTitle > div:nth-child(2) { */
	/* display: none; */
/* } */

/* #wizardElements_Layout > div.HeaderRow > div.HeaderRowTitle > div:nth-child(3){ */
	/* display: none; */
/* } */
/* div.WizardElement_Left { */
    /* color: #fff; */
    /* font-weight: 400; */
    /* font-size: 25px; */
    /* background-color: #0775aa; */
	/* font-weight: bold; */
/* } */

/* div.WizardElement_Left { */
	/* color: white !important; */
/* } */

/* div.WizardInput_Left { */
    /* font-size: smaller; */
/* } */

    /* div.WizardInput_Left input { */
        /* vertical-align: top; */
    /* } */

/* div.Mandatory { */
    /* font-size: smaller; */
/* } */

/* div.WizardElement input[type=text] { */
    /* width: 250px; */
/* } */

/* div.DataProtectionNotes { */
    /* height: 150px; */
    /* width: 650px; */
    /* overflow: scroll; */
    /* text-align: justify; */
    /* background-color: white; */
    /* border: 1px solid silver; */
    /* padding: 2px 2px 2px 2px; */
/* } */

/* div.DataProtectionAcceptanceGap { */
    /* padding-bottom: 25px; */
/* } */

/* table.RegistrationWizardButtons { */
    /* position: fixed; */
    /* bottom: 15px; */
    /* right: 15px; */
    /* width: 180px; */
    /* background-color: White; */
    /* border: 1px solid silver; */
    /* text-align: center; */
    /* z-index: 1005; */
/* } */

    /* table.RegistrationWizardButtons input { */
        /* /*width: 75px;*/ */
        /* display: block; */
    /* } */

/* .CollapsibleHead { */
    /* cursor: pointer; */
/* } */

    /* .CollapsibleHead img { */
        /* margin-right: 5px; */
    /* } */

/* div.ProfileItemContent td, th { */
    /* text-align: left; */
/* } */

/* table.ProfileItemContent { */
    /* border-collapse: collapse; */
    /* padding: 0px 0px 0px 0px; */
    /* margin: 5px 0px 0px 15px; */
    /* width: 500px; */
/* } */

    /* table.ProfileItemContent th { */
        /* padding: 2px 2px 2px 2px; */
    /* } */

/* table.ProfileItemInnerContent th.ProfileItemInnerContent { */
    /* text-align: center; */
    /* padding: 0px 5px 2px 5px; */
    /* font-weight: normal; */
    /* text-decoration: underline; */
/* } */

/* table.ProfileItemInnerContent td { */
    /* padding: 0px 5px 0px 5px; */
/* } */

/* th.ProfileItemName { */
    /* text-align: left; */
/* } */

/* td.ProfileItemPrompt, table.ProfileItemInnerContent td.ProfileItemPrompt { */
    /* font-style: italic; */
    /* text-align: justify; */
    /* padding: 0px 10px 5px 10px; */
/* } */

/* td.ProfileItemLabel { */
    /* font-weight: bold; */
    /* padding: 2px 0px 2px 5px; */
/* } */

/* div.NotLink { */
    /* cursor: auto; */
    /* margin-left: 15px; */
/* } */

/* img.CalendarImage { */
    /* cursor: pointer; */
/* } */

/* .TextStrengthWeak { */
    /* margin-top: 32px; */
    /* padding-left: 17px; */
    /* padding-bottom: 20px; */
    /* color: Red; */
    /* font-weight: bold; */
    /* font-size: small; */
    /* width: 600px; */
    /* font-family: Sans-Serif; */
/* } */

/* .TextStrengthNotGood { */
    /* margin-top: 32px; */
    /* padding-left: 17px; */
    /* color: Orange; */
    /* font-weight: bold; */
    /* font-size: small; */
    /* width: 600px; */
    /* font-family: Sans-Serif; */
/* } */

/* .TextStrengthGood { */
    /* margin-top: 32px; */
    /* padding-left: 17px; */
    /* color: Green; */
    /* font-weight: bold; */
    /* font-size: small; */
    /* width: 600px; */
    /* font-family: Sans-Serif; */
/* } */

/* div.WizardHintTitle { */
    /* font-weight: bold; */
    /* padding-bottom: 5px; */
/* } */

/* div.WizardHint { */
    /* position: fixed; */
    /* right: 15px; */
    /* top: 65px; */
    /* height: 350px; */
    /* width: 170px; */
    /* font-style: italic; */
    /* color: rgb(80, 100, 150); */
    /* display: inline; */
    /* background: white; */
    /* border: 1px solid silver; */
    /* padding: 5px 5px 5px 5px; */
/* } */

/* div.WizardInput_Left select.Group { */
    /* margin-bottom: 2px; */
/* } */

/* Wizard Status */
div.WizardStatusPanel {
    font-size: small;
    border: 1px solid silver;
    background-color: rgb(240, 240, 255);
    margin: 10px 250px 10px 15px;
}

div.WizardStatusPanel caption {
    font-size: medium;
    font-style: italic;
    padding: 5px 0px 5px 5px;
    text-align: left;
    color: rgb(80, 100, 150);
}

div.WizardStatusPanel th {
    padding-left: 10px;
    text-align: left;
    color: rgb(80, 100, 150);
}

div.WizardStatusPanel td {
    padding-left: 10px;
}

#ctl00_CustomWrapper > div:nth-child(4) > div:nth-child(1) > div > a {
    display: none;
}

.advanced-subscriptions__header {
    font-weight: bold;
}

.NavigationItemPrimary {
    padding-left: 20px;
}
.advanced-subscriptions__tagline-p {
    padding-top: 10px;
}

.subscriptionAreas {
display: none;
}

.subscriptionTypes {
/* display: none; */
}

div.HeaderRow {
	display: none;
}

#ctl00_mCPH_ContentColumn {
	width: 100% !important;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    color: #323133
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
    /* content: "X"; */
    font-size: 20px;
    position: absolute;
    /* top: 2px; */
    /* left: 6px; */
    top: 3px;
    left: 4px;
    color: #323133;
    font-weight: 400;
}

div.DataProtectionNotes {
	width: 100% !important;
}

/* No integration changes */


#ContentColumn {
	width: 100%;
}

.sidebar-nav {
	display: none;
}
.list-group-item {
    padding: 20px;
}
.sidebar .list-group-item {
    /* margin-bottom: 10px; */
    font-size: 18px;
    /* color: #011492; */
    color: #1C1C1E;
}
#ctl00_mCPH_VerticalNavigationColumn > div > div.list-group > a > i {
    margin-right: 10px;
}
.sidebar .fas {
    padding-right: 5px;
}
.fa-chevron-right {
    padding-left: 24px;
    position: absolute;
    margin-top: 1px;
    font-size: 19px !important;
}
.sidebar {
    margin-top: 20px;
}
.vertical-nav-placeholder {
	display: none !important;
}

.panel h5, .panel h2 {
    font-size: 18pt;
    margin-top: 10px;
}
.panel-primary {
    min-height: 235px;
}
.panel-primary>.panel-heading {
    background-color: #0775aa;
    border-color: #0775aa;
}
.help-card {
	min-height: 445px;
}
.card-title {
    margin-top: 0 !important;
}
.help-card-text {
	padding-top: 20px;
}

.alert-panel-item {
	padding-bottom: 20px;
}

#reason-1-title {
	cursor: pointer;
	font-weight: 700;
	color: #333;
}

#reason-2-title {
	cursor: pointer;
	font-weight: 700;
	color: #333;
}

#reason-3-title {
	cursor: pointer;
	font-weight: 700;
	color: #333;
}

#ctl00_mCPH_VacancyDocumentsRestrictedLabel {
	font-size: 14pt;
}
.close {
    opacity: 1 !important;
}
.panel-default {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
    border-bottom: 3px solid #0775aa;
	background-color: #1c3a592b;
	/* min-height: 250px; */
}

.homepage-panel {
    padding: 40px 30px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 15%);
    border-radius: 10px;
    background: #026190;
    transition: all ease-in-out 0.3s;
}
.homepage-panel-title {
    color: #fff;
}
.panel-body-homepage {
    padding: 20px;
}
.homepage-panel-text {
    min-height: 160px;
    margin: 10px 0;
}
#ctl00_mCPH_CtrlDataProtection1_divDataProtection{
    width: 67% !important;
    margin-bottom: 16px;
}

.home-title {
    font-size: 2.5em;
    color: #0775aa;
    line-height: 30px;
    /* font-weight: 700; */
}
.light-panel-cell {
    padding: 0 .5rem;
    margin-bottom: 1rem;
}
.light-panel {
    background-color: #fff;
    border: 1px solid #026190;
}
.light-panel-a {
    padding: 1.5rem 2rem 1rem 1.5rem;
}
.flex-container {
    display: flex;
    justify-content: space-between;
}
.flex-container > .light-panel-cell > .light-panel {
    background-color: #f1f1f1;
    width: 100px;
    margin: 10px;
    text-align: center;
    line-height: 75px;

}
.home-section {
	padding-bottom: 25px;
}

#ctl00_CustomWrapper {
    padding: 20px 0;
}

#AccountsTable > tbody > tr > td:nth-child(2) > a {
    cursor: pointer;
}
@media (min-height: 780px) {
    #ctl00_CustomWrapper {
        min-height: 60vh;
    }
}

#VacanciesTableBody > tr > td a:focus {
    outline: 2px solid #1A1D1F !important;
}

.form-label {
	color: #0775aa;
}

.enterprise-registration-form {
	padding-top: 25px;
}

.btn-secondary {
	background-color: #bdc3c7 !important;
	border-color: #bdc3c7 !important;
}

.enterprise-wizard-item-title {
	color: #0775aa;
	font-size: 18px;
}

.highlight-link {
	text-decoration: underline;
	font-weight: bold;
}

.text-block {
	padding-bottom: 10px;
}

/**
 * Change bullet color of list item by replacing it with CSS
 */

.text-block ul li {
  /* color: #939;  */
  /* set color of list item text */
  /* display: inline-block; */
  list-style: none; 
  /* margin: 0 0 16px 1.1225em; */
  /* Give the bullet room on the left hand side */
  padding: 0px;
  position: relative;
}

.text-block ul li::before {
  color: #0775aa;  
  /* color of bullet or square */
  content: "\2022"; 
  /* Unicode of character to precede the list item */
  display: inline-block;
  font-size: 20pt;
  /* use em or % */ 
  /* left: -1.1225em;  */
  left: -30px;
  /* use em, line up bullet flush with left hand side */
  position: absolute;
  /* Set the bullet positioned absolutely top left */
  top: 0em; 
  /* use em or % */
}
.text-block ul.inner-bullet-point li::before {
    font-size: 30pt;
}

.help-card-link{
	text-decoration: underline;
	color: #1a1d1f;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
}

.btn-vacancylistbutton {
	font-size: 16px;
}


.brent-tooltip + .tooltip > .tooltip-inner {
	background-color: #0775aa;
	font-size: 14px;
}
.brent-tooltip + .tooltip > .tooltip-arrow { 
	border-bottom-color:#0775aa; 
}
.panel-dashboard-image {
    padding: 20px 0;
}
.panel-dashboard-title {
    font-size: 1.375em;
    color: #1C1C1E;
    padding: 15px 0;
    font-weight: bold;
}
.panel-dashboard-text {
    padding: 15px 0;
    font-size: 18px;
}
#ctl00_CustomWrapper {
    background-color: #f3f3f3;
}
.white-background {
    background-color: #fff;
}
hr {
    border-top: 1px solid #ccc;
}
.text-danger {
    color: #DB0000 !important;
}
.form-control::-webkit-input-placeholder {
    color: #585858
 }

/* Skip to content
-------------------------------------------------- */
.skip-link {
	left: -100%;
	position: absolute;
}

.skip-link{
	text-decoration: underline !important;
	color: #000 !important;
	outline: none !important;
}
.skip-link-row {
	text-align: center;
	background-color: #0775aa;
	padding: 20px 0;
	position: absolute;
}
a.skip-link:focus {
	color: #fff !important;
}

/* Cookie Banner
-------------------------- */
.light.cc_dialog button.cc_b_ok:focus,
.light.cc_dialog button.cc_b_cp:focus {
    box-shadow: unset !important;
    outline: 2px solid #000 !important;
}


/* Media Queries
------------------------ */
@media (min-width: 1200px) {
	.panel-resident {
		min-height: 350px;
    }   
}
@media (max-width: 1200px) {
    .carousel-item-text > h1 {
        font-size: 34px;
    }
    .carousel-item-text > p {
        font-size: 18px;
    }
    .carousel-button {
        font-size: 18px !important;
    }
}
@media (max-width: 1544px) {
    .cell-title {
        min-height: 130px;
        font-size: 24px !important;
    }
    .homepage-panel-text {
        font-size: 21px;
    }
    .carousel-indicators {
        bottom: 0;
    }
    .carousel-item {
        margin-top: 50px;
    }
}
@media (max-width: 1450px) {
    .help-card {
        min-height: 385px;
    }
}
@media (min-width: 992px) and (max-width: 1290px) {
    .cell-title {
        min-height: 90px;
    }
    .homepage-panel-text {
        min-height: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
	#searchButton, .btn-primary, .dxbButton {
		font-size: 22px;
	}
}

@media (max-width: 992px) {
	.footer-text {
		float: unset !important;
        margin: 30px 0;
        margin-top: 50px;
	}
	#footer > div > div:nth-child(1) > div:nth-child(3) {
		margin: 20px 0 !important;
	}
	#footer > div > div:nth-child(1) > div:nth-child(1) {
		text-align: center;
	}
	.pagination {
		float: right;
	}
	.panel-default {
		width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
	#ctl00_mCPH_Main > div > div > div.Control > div:nth-child(2) > div > p {
		padding-left: 15px;
    }
    #footerLink > img {
        margin-top: 50px !important;
    }
}
@media (min-height: 780px) {
    #ctl00_CustomWrapper {
        min-height: 60vh;
    }
}
@media (max-width: 767px) {
    .enterprise-wizard-item-title {
        text-align: center;
    }
    .table-btn {
        width: 50% !important;
    }
    .carousel-item {
        width: 75%;
    }
}

@media (max-width: 600px) {
	#HeaderLink > img {
		width: 100%;
	}
	#ctl00_mCPH_AdvancedSubscriptionList {
		margin-top: 10px;
	}
	.dataTables_length {
		float: left;
	}
	#DocumentsTable_filter > label {
		float: right;
    }
    #opportunitiesBtn {
        width: 75%;
    }
}
@media (max-width: 450px) {
    .carousel-item {
        width: 85%;
    }
}

#ctl00_mCPH_ProfessionFilterRow {
    display: table-row !important;
}